home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Virtual Portfolio - N…a Showcase - Book 5 1995
/
VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO
/
mac
/
Main
/
VP.mac
/
00170.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-18
|
358 b
|
21 lines
on enterFrame
set the visible of sprite 25 to 0
set the visible of sprite 26 to 0
if rollOver(25) then
set the visible of sprite 25 to 1
end if
if rollOver(26) then
set the visible of sprite 26 to 1
else
nothing()
end if
end
on exitFrame
if the movieRate of sprite 9 = 0 then
go("help")
else
go(marker(0))
end if
end